Skip to content

docs(mcp): explain indexing status semantics#302

Open
Nottlespike wants to merge 1 commit intozilliztech:masterfrom
RESMP-DEV:feature/index-status-semantics
Open

docs(mcp): explain indexing status semantics#302
Nottlespike wants to merge 1 commit intozilliztech:masterfrom
RESMP-DEV:feature/index-status-semantics

Conversation

@Nottlespike
Copy link
Copy Markdown

Summary

  • document that get_indexing_status reports coarse phase-based progress rather than a live file-count ratio
  • explain why completed entries can sometimes show stale 0 files, 0 chunks snapshot metadata
  • clarify that indexed codebases are keyed by absolute path, so the same repository under different paths is tracked separately

Docs updated

  • packages/mcp/README.md
  • docs/dive-deep/asynchronous-indexing-workflow.md
  • docs/troubleshooting/faq.md

Verification

  • pnpm install
  • pnpm build

Both commands completed successfully in the local fork clone before opening this PR.

Copilot AI review requested due to automatic review settings April 13, 2026 16:11
Copy link
Copy Markdown

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

This PR clarifies how MCP indexing status should be interpreted by documenting that get_indexing_status reports coarse, phase-based progress (not a live file-count ratio), explaining why completed entries can show stale 0 files, 0 chunks, and noting that indexed codebases are tracked by absolute path (so the same repo under different paths is treated separately).

Changes:

  • Documented phase-based progress semantics for get_indexing_status (including why progress can appear “jumpy”).
  • Explained snapshot-based (potentially stale) file/chunk counts and how to refresh them via clear + re-index.
  • Clarified absolute-path identity behavior for codebases across README, workflow guide, and FAQ.

Reviewed changes

Copilot reviewed 3 out of 3 changed files in this pull request and generated no comments.

File Description
packages/mcp/README.md Adds a concise explanation of indexing status semantics and links to deeper docs.
docs/dive-deep/asynchronous-indexing-workflow.md Adds detailed breakdown of progress phases, snapshot persistence, and path-based codebase identity.
docs/troubleshooting/faq.md Adds targeted FAQ entries covering coarse progress and stale 0 files, 0 chunks, plus path identity note.

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants